3.1.52 \(\int \frac {1}{\sqrt {-1+\cos ^2(x)}} \, dx\) [52]

Optimal. Leaf size=17 \[ -\frac {\tanh ^{-1}(\cos (x)) \sin (x)}{\sqrt {-\sin ^2(x)}} \]

[Out]

-arctanh(cos(x))*sin(x)/(-sin(x)^2)^(1/2)

________________________________________________________________________________________

Rubi [A]
time = 0.01, antiderivative size = 17, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 10, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.300, Rules used = {3255, 3286, 3855} \begin {gather*} -\frac {\sin (x) \tanh ^{-1}(\cos (x))}{\sqrt {-\sin ^2(x)}} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[1/Sqrt[-1 + Cos[x]^2],x]

[Out]

-((ArcTanh[Cos[x]]*Sin[x])/Sqrt[-Sin[x]^2])

Rule 3255

Int[(u_.)*((a_) + (b_.)*sin[(e_.) + (f_.)*(x_)]^2)^(p_), x_Symbol] :> Int[ActivateTrig[u*(a*cos[e + f*x]^2)^p]
, x] /; FreeQ[{a, b, e, f, p}, x] && EqQ[a + b, 0]

Rule 3286

Int[(u_.)*((b_.)*sin[(e_.) + (f_.)*(x_)]^(n_))^(p_), x_Symbol] :> With[{ff = FreeFactors[Sin[e + f*x], x]}, Di
st[(b*ff^n)^IntPart[p]*((b*Sin[e + f*x]^n)^FracPart[p]/(Sin[e + f*x]/ff)^(n*FracPart[p])), Int[ActivateTrig[u]
*(Sin[e + f*x]/ff)^(n*p), x], x]] /; FreeQ[{b, e, f, n, p}, x] &&  !IntegerQ[p] && IntegerQ[n] && (EqQ[u, 1] |
| MatchQ[u, ((d_.)*(trig_)[e + f*x])^(m_.) /; FreeQ[{d, m}, x] && MemberQ[{sin, cos, tan, cot, sec, csc}, trig
]])

Rule 3855

Int[csc[(c_.) + (d_.)*(x_)], x_Symbol] :> Simp[-ArcTanh[Cos[c + d*x]]/d, x] /; FreeQ[{c, d}, x]

Rubi steps

\begin {align*} \int \frac {1}{\sqrt {-1+\cos ^2(x)}} \, dx &=\int \frac {1}{\sqrt {-\sin ^2(x)}} \, dx\\ &=\frac {\sin (x) \int \csc (x) \, dx}{\sqrt {-\sin ^2(x)}}\\ &=-\frac {\tanh ^{-1}(\cos (x)) \sin (x)}{\sqrt {-\sin ^2(x)}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.01, size = 30, normalized size = 1.76 \begin {gather*} \frac {\left (-\log \left (\cos \left (\frac {x}{2}\right )\right )+\log \left (\sin \left (\frac {x}{2}\right )\right )\right ) \sin (x)}{\sqrt {-\sin ^2(x)}} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[1/Sqrt[-1 + Cos[x]^2],x]

[Out]

((-Log[Cos[x/2]] + Log[Sin[x/2]])*Sin[x])/Sqrt[-Sin[x]^2]

________________________________________________________________________________________

Maple [B] Leaf count of result is larger than twice the leaf count of optimal. \(33\) vs. \(2(15)=30\).
time = 0.21, size = 34, normalized size = 2.00

method result size
default \(-\frac {\sin \left (x \right ) \sqrt {-\left (\cos ^{2}\left (x \right )\right )}\, \arctan \left (\frac {1}{\sqrt {-\left (\cos ^{2}\left (x \right )\right )}}\right )}{\cos \left (x \right ) \sqrt {-\left (\sin ^{2}\left (x \right )\right )}}\) \(34\)
risch \(-\frac {2 \ln \left ({\mathrm e}^{i x}+1\right ) \sin \left (x \right )}{\sqrt {\left ({\mathrm e}^{2 i x}-1\right )^{2} {\mathrm e}^{-2 i x}}}+\frac {2 \ln \left ({\mathrm e}^{i x}-1\right ) \sin \left (x \right )}{\sqrt {\left ({\mathrm e}^{2 i x}-1\right )^{2} {\mathrm e}^{-2 i x}}}\) \(60\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(-1+cos(x)^2)^(1/2),x,method=_RETURNVERBOSE)

[Out]

-sin(x)*(-cos(x)^2)^(1/2)*arctan(1/(-cos(x)^2)^(1/2))/cos(x)/(-sin(x)^2)^(1/2)

________________________________________________________________________________________

Maxima [A]
time = 0.53, size = 17, normalized size = 1.00 \begin {gather*} -\arctan \left (\sin \left (x\right ), \cos \left (x\right ) + 1\right ) + \arctan \left (\sin \left (x\right ), \cos \left (x\right ) - 1\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(-1+cos(x)^2)^(1/2),x, algorithm="maxima")

[Out]

-arctan2(sin(x), cos(x) + 1) + arctan2(sin(x), cos(x) - 1)

________________________________________________________________________________________

Fricas [F(-2)]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Exception raised: TypeError} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(-1+cos(x)^2)^(1/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   catdef: division by zero

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {1}{\sqrt {\cos ^{2}{\left (x \right )} - 1}}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(-1+cos(x)**2)**(1/2),x)

[Out]

Integral(1/sqrt(cos(x)**2 - 1), x)

________________________________________________________________________________________

Giac [C] Result contains complex when optimal does not.
time = 0.41, size = 27, normalized size = 1.59 \begin {gather*} \frac {i \, \log \left (-i \, \tan \left (\frac {1}{2} \, x\right )\right )}{\mathrm {sgn}\left (-\tan \left (\frac {1}{2} \, x\right )^{3} - \tan \left (\frac {1}{2} \, x\right )\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(-1+cos(x)^2)^(1/2),x, algorithm="giac")

[Out]

I*log(-I*tan(1/2*x))/sgn(-tan(1/2*x)^3 - tan(1/2*x))

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.06 \begin {gather*} \int \frac {1}{\sqrt {{\cos \left (x\right )}^2-1}} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(cos(x)^2 - 1)^(1/2),x)

[Out]

int(1/(cos(x)^2 - 1)^(1/2), x)

________________________________________________________________________________________